home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gWhichSound10, gLastLoop
- set the volume of sound 12 to 0
- puppetSprite(15, 1)
- if the foreColor of sprite 15 = 255 then
- undoLoop()
- set the foreColor of sprite 15 to 226
- set gWhichSound10 to getpn() & "Sounds:Loops:Loop8.aif"
- sound playFile 11, gWhichSound10
- set gLastLoop to 11
- else
- set the foreColor of sprite 15 to 255
- set gWhichSound10 to EMPTY
- sound stop 11
- set gLastLoop to 0
- end if
- updateStage()
- end
-